-
Notifications
You must be signed in to change notification settings - Fork 4.2k
TRUNK-4860: Assert validation error code for blank gender in PatientV… #5720
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
TRUNK-4860: Assert validation error code for blank gender in PatientV… #5720
Conversation
|
@dkayiwa |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the following test methods also need your attention in this very test class:
- validate_shouldFailValidationIfAPreferredPatientIdentifierIsNotChose
- validate_shouldFailValidationIfFieldLengthsAreNotCorrect
|
Thanks for the review @mherman22 |
…alidatorTest TRUNK-4860: Assert validation error codes in PatientValidatorTest
babf59b to
1c0c213
Compare
|
@mherman22 @dkayiwa |
|
@dkayiwa @mherman22 |
|
|
Hi @dkayiwa @mherman22 , It looks like some CI checks were cancelled after the recent branch update. Could you please re-run the cancelled checks or let me know if you’d like me to update anything? Thanks! |



TRUNK-4860: Update PatientValidator test validation messages
Description of what I changed
Updated validation behavior and ensured correct validation messages in
PatientValidator.Verified and updated
PatientValidatorTestso that all validation scenarios behave as expected.All tests pass successfully after the changes.
Issue I worked on
see https://issues.openmrs.org/browse/TRUNK-4860
Checklist: I completed these to help reviewers :)
My IDE is configured to follow the code style of this project.
I have added tests to cover my changes (or verified existing tests where applicable).
I ran
mvn clean packageright before creating this pull request and added all formatting changes to my commit.All new and existing tests passed.
My pull request is based on the latest changes of the master branch.